「李宏毅机器学习」学习笔记-Brief Introduction of Deep Learning
Ups and downs of Deep Learning
Three Steps for Deep Learning
Function其实就是一个Neural Network,我们可以用不同的方法连接Neural Network,就可以得到不同的structrue。(把一个Logistic Regression称之为Neural。)
Fully Connect Feedforward Network
最常见的连接方式。
一个Neural Network可以看成一个function,输入vector,输出vector。
Given network structure, define a function set。
Deep = Many hidden layers
Matrix Operation
Matrix Operation是GPU可以加速运算的原因。
Output Layer
Example Application
FAQ
Loss for an Example
Gradient Descent
Deeper is Better?
如果本博文对您有帮助,可以赞助支持一波博主~
推荐阅读
- 本文链接:https://blueschang.github.io/2018/11/07/「李宏毅机器学习」学习笔记-Brief Introduction of Deep Learning/
- 版权声明:本博客所有文章除特别声明外,均采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 许可协议。转载请注明出处!